GET
/
public
/
v1
/
toppie
/
products
curl --request GET \
  --url https://api.topsort.com/public/v1/toppie/products
{
  "hasMore": true,
  "nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo=",
  "products": [
    {
      "brands": [
        "<string>"
      ],
      "categories": [
        "<string>"
      ],
      "description": "<string>",
      "id": "<string>",
      "images": [
        "<string>"
      ],
      "name": "<string>"
    }
  ]
}

Query Parameters

next_page
string

A token provided in a previous response. If not empty, it is used to retrieve the page that follows.

limit
integer
default:100

Limit of products to retrieve.

Required range: 0 < x <= 100

Search query for product names.

Response

200
application/json

Successful Response

The response is of type object.